Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
fmod
fmod
Returns the remainder of the floating point number of division
Name:
fmod
Category:
math
Programming Language:
php
One-line Description:
Returns the remainder of the floating point number for division.
Related
How to avoid missing the order of associative arrays during krsort sorting
7
How to Combine easter_days and Date Formatting Functions for More Readable Easter Dates
1
Tips for using sprintf to generate HTML tables
7
socket_set_blocking Common pitfalls: Avoid deadlocks and timeout issues
10
Similar Functions
pow
pow
Exponentialexpressio
exp
exp
Calculatetheindexofe
max
max
Findthemaximumvalue
mt_srand
mt_srand
Sowabetterrandomnumb
log
log
Naturallogarithm
tan
tan
Tilt
min
min
Findtheminimumvalue
srand
srand
Sowtherandomnumberge
Popular Articles